Contains Method (View<T>)
In This Topic
Determines whether the view contains a specified item.
Syntax
'Declaration
Public Function Contains( _
ByVal As _
) As Boolean
Parameters
- item
- The item to locate in the view.
Return Value
true if the view contains the specified item; otherwise, false.
See Also